home *** CD-ROM | disk | FTP | other *** search
/ Hobby PC 13 / Hobby PC 13.iso / assets / Asset Library / Dynamic HTML Utilities / Escape Frameset / jumpout.txt < prev    next >
Text File  |  2001-04-09  |  221b  |  13 lines

  1. <SCRIPT ID="SQJumpOut"><!--
  2. if (!parent.frames.length)
  3.     {
  4.     location.href="/";
  5.     }
  6. else
  7.     {
  8.     document.write("Thanks for " + "<A HREF=\"\">visiting</a>.");
  9.     window.open("\", "noFramesWindow");
  10.     }
  11. // -->
  12. </SCRIPT>
  13.